Skip to content

Instantly share code, notes, and snippets.

@eros18123
eros18123 / Editor Google 1.2
Created June 20, 2025 04:33
Editor Google 1.2
import json
import os
from typing import List
from aqt import gui_hooks
from aqt.editor import Editor
from PyQt6.QtWidgets import (
QWidget,
QVBoxLayout,
QLineEdit,
QPushButton,
@CyntexMore
CyntexMore / README.md
Last active April 18, 2026 12:00
Building llama.cpp with ROCm support on CachyOS

I was provided this information by BlueSwordM, and I thought I'd save it here and make it public aswell.

Requirements

These are all of the packages you'll need and you can install them with these commands:

sudo pacman -S rocm-opencl-runtime rocm-hip-runtime rocm-opencl-sdk rocm-hip-sdk
sudo pacman -S --needed mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader vulkan-mesa-layers rocm-smi-lib rocm-clang-ocl rocm-dbgapi rocm-gdb rocm-smi-lib hip-runtime-amd rocm-core rocm-device-libs rocm-llvm rocm-opencl-runtime
@eros18123
eros18123 / google editor
Created October 31, 2024 01:21
google editor
import json
import os
from typing import List
from aqt import gui_hooks
from aqt.editor import Editor
from PyQt6.QtWidgets import (
QWidget,
QVBoxLayout,
QLineEdit,
QPushButton,

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@l6-ParsonsMatthew-37
l6-ParsonsMatthew-37 / Casino Bonus.md
Created April 18, 2026 06:14
Crypto Rewards & Welcome Bonus Guide 2026 Digital Promotions, Deposit Rewards & New User Offers

Crypto Rewards & Welcome Bonus Guide 2026 Digital Promotions, Deposit Rewards & New User Offers

The digital asset ecosystem continues to evolve rapidly, and with it comes a new generation of crypto reward platforms designed to provide incentives, welcome bonuses, and promotional benefits for new and active users.

This comprehensive guide explains how modern crypto reward programs work, how to activate your welcome reward, and how to maximize long-term benefits through ongoing promotions and deposit incentives.

👉 Start your welcome reward: WINASPIN CASINO


@retlehs
retlehs / backlinks.sh
Created April 17, 2026 15:54
Backlinks for any domain via Common Crawl
@jordanlyall
jordanlyall / openclaw-security-setup.md
Created February 6, 2026 01:44
OpenClaw Security-First Setup Commands - Companion to my X article on hardening your AI agent setup

OpenClaw Security-First Setup Commands

Companion to: "How I Set Up OpenClaw Without Giving It the Keys to My Life"

Phase 1: Harden the Machine

Create Dedicated User

sudo sysadminctl -addUser openclaw -password - -home /Users/openclaw